home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / gfx / misc / gnuplot-src.lha / gnuplot-3.7.1src / gnuplot-3.7.1.lha / gnuplot-3.7.1 / NeXT / English.lproj / gnuview.nib / data.classes < prev    next >
Encoding:
Text File  |  1998-04-15  |  616 b   |  46 lines

  1. GnuView = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     prInfo;
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. gnuviewController = {
  10.     ACTIONS = {
  11.     largerPushed:;
  12.     GVactivate:;
  13.     deactivate:;
  14.     smallerPushed:;
  15.     windowDidBecomeMain:;
  16.     windowWillClose:;
  17.     activatePushed:;
  18.     };
  19.     OUTLETS = {
  20.     gnuView;
  21.     window;
  22.     activateButton;
  23.     controller;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. Controller = {
  33.     ACTIONS = {
  34.     setKeyTitle:;
  35.     appDidInit:;
  36.     printPScodeInKey:;
  37.     newGnuView:;
  38.     };
  39.     OUTLETS = {
  40.     NameField;
  41.     activeTerm;
  42.     keyTerm;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46.